home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / oddech / bsen / BSinstall.exe / BecheruvSen.exe / scripts / DefineButton2_1629 / BUTTONCONDACTION on(release).as next >
Text File  |  2002-11-01  |  517b  |  28 lines

  1. on(release){
  2.    if(_root.poz == "c")
  3.    {
  4.       if(_root.draglej == 11)
  5.       {
  6.          _root.d_barton.i = "item_n11";
  7.       }
  8.       else if(_root.draglej == 32)
  9.       {
  10.          _root.d_barton.i = "item_n32";
  11.       }
  12.       else if(0 < _root.draglej)
  13.       {
  14.          _root.d_barton.i = "item_bad";
  15.       }
  16.       else
  17.       {
  18.          _root.d_barton.i = "start";
  19.       }
  20.    }
  21.    else
  22.    {
  23.       _root.pepa.gotoAndPlay(_root.poz add "c");
  24.    }
  25.    _root.stopdragall();
  26.    _root.hideall();
  27. }
  28.